Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable TLS for ollama api #379

Merged
merged 1 commit into from
May 16, 2024
Merged

disable TLS for ollama api #379

merged 1 commit into from
May 16, 2024

Conversation

robinmordasiewicz
Copy link
Owner

@robinmordasiewicz robinmordasiewicz commented May 15, 2024

Disables TLS for the Ollama API by changing the server-type from https to http in the Fortigate configuration file. Additionally, it removes the SSL certificate setting for the virtual server.
By making these changes, we are intentionally removing the TLS encryption for the Ollama API, which may be necessary for certain development or testing scenarios where security measures can be relaxed.
This modification allows for easier communication with the Ollama API without the overhead of TLS encryption, catering to specific use cases that do not require secure communication.
This change provides flexibility in testing and development environments while acknowledging the potential security implications of disabling TLS for the Ollama API.

Copy link
Contributor

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.46s
✅ REPOSITORY checkov yes no 14.4s
✅ REPOSITORY dustilock yes no 0.82s
❌ REPOSITORY gitleaks yes 1 23.49s
✅ REPOSITORY git_diff yes no 0.14s
✅ REPOSITORY grype yes no 18.47s
❌ REPOSITORY kics yes 28 59.29s
✅ REPOSITORY secretlint yes no 1.65s
✅ REPOSITORY syft yes no 0.67s
✅ REPOSITORY trivy yes no 13.53s
✅ REPOSITORY trivy-sbom yes no 1.62s
✅ REPOSITORY trufflehog yes no 6.38s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@robinmordasiewicz robinmordasiewicz merged commit cd951f2 into main May 16, 2024
6 of 8 checks passed
@robinmordasiewicz robinmordasiewicz deleted the ollama branch May 16, 2024 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant