- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to resolve the DROWN attack (SSLv2) on Fortimail
Couldn't find anything straightforward about disabling SSL v2 on Fortimail.
Executed this command which seems to have helped:
Config system global
Set strong-crypto enable
End
we are running v. 4 code
Let us know if there's a better way, or if this helps you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is documented on p.271 of the CLI Reference Guide .
You can control the SSL versions dirctly using:
config system global
set ssl-versions {ssl3 | tls1_0 | tls1_1 | tls1_2}
end
...or do as you have done which sets only strong SSL versions / ciphers and digests.
The option to leave RC4 enabled is also available to support legacy broken versions of Exchange in case you run into trouble.
You might also want to take a look at this thread for some other comments https://forum.fortinet.com/tm.aspx?m=129140#129140
Dr. Carl Windsor
Chief Information Security Officer (CISO)
Fortinet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is documented on p.271 of the CLI Reference Guide .
You can control the SSL versions dirctly using:
config system global
set ssl-versions {ssl3 | tls1_0 | tls1_1 | tls1_2}
end
...or do as you have done which sets only strong SSL versions / ciphers and digests.
The option to leave RC4 enabled is also available to support legacy broken versions of Exchange in case you run into trouble.
You might also want to take a look at this thread for some other comments https://forum.fortinet.com/tm.aspx?m=129140#129140
Dr. Carl Windsor
Chief Information Security Officer (CISO)
Fortinet
Created on ‎03-10-2016 06:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks Carl!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I want to implement Fortimail 200D in server mode and need to create local user accounts. Is there any limit for local user accounts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
k****ijsinghai wrote:Hello,I want to implement Fortimail 200D in server mode and need to create local user accounts. Is there any limit for local user accounts.
indeed, there is a limit by model, by this thread is about another topic
Open your question in a clean thread to avoid noise.
regards
/ Abel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Steve, @Carl: there is no such setting in v4.3 yet, only in later releases (CLI Ref. pg. 277).
'strong-crypto' will restrict the encryption cyphers to 3DES and AES and the hash algo to SHA1.
