Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
SteveRoadWarrior
New Contributor III

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.

 

1 Solution
Carl_Windsor_FTNT

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

View solution in original post

5 REPLIES 5
Carl_Windsor_FTNT

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

SteveRoadWarrior

 

thanks Carl!

kshitijsinghai
New Contributor

I want to implement Fortimail 200D in server mode and need to create local user accounts. Is there any limit for local user accounts.

 

 

abelio

k****ijsinghai wrote:

I want to implement Fortimail 200D in server mode and need to create local user accounts. Is there any limit for local user accounts.

 

 

Hello,

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

regards / Abel
ede_pfau

@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.

Ede Kernel panic: Aiee, killing interrupt handler!
Ede Kernel panic: Aiee, killing interrupt handler!
Announcements
Check out our Community Chatter Blog! Click here to get involved
Labels
Top Kudoed Authors